Skip to content

Fix YELLOW_C and add PURE_CYAN, PURE_MAGENTA and PURE_YELLOW#4562

Merged
chopan050 merged 8 commits intoManimCommunity:mainfrom
chopan050:fix_yellow
Feb 16, 2026
Merged

Fix YELLOW_C and add PURE_CYAN, PURE_MAGENTA and PURE_YELLOW#4562
chopan050 merged 8 commits intoManimCommunity:mainfrom
chopan050:fix_yellow

Conversation

@chopan050
Copy link
Contributor

Fixes #3579

As suggested by @yuan-xy, this PR changes YELLOW and YELLOW_C from #FFFF00 to #F7D96F in order to make them more consistent with the other shades of yellow.

In order to not lose the original yellow, it has been renamed to PURE_YELLOW in the same fashion as PURE_RED, PURE_GREEN and PURE_BLUE. For extra consistency, this PR also adds PURE_CYAN and PURE_MAGENTA.

Here is the updated color table with the modified YELLOW_C and the extra three pure colors:

image

Reviewer Checklist

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • If applicable: newly added functions and classes are tested

@chopan050 chopan050 added the breaking changes This PR introduces breaking changes label Feb 2, 2026
@behackl
Copy link
Member

behackl commented Feb 16, 2026

I pushed a commit following (I think?) the outcome of a recent discussion in our Discord: I've changed default values for several animations from YELLOW to PURE_YELLOW.

Copy link
Member

@behackl behackl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with this if the tests pass!

@chopan050 chopan050 merged commit a5d4ab1 into ManimCommunity:main Feb 16, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking changes This PR introduces breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ManimColor YELLOW_C is inconsistent with other colors.

2 participants